home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global programTitle, baseDirectory, speed
- register(xtra("PrintOMatic"), "PMAT173-131-49106")
- programTitle = "Sunday Savers Singing Fun! 2010"
- baseDirectory = the applicationPath
- Cpu = baCpuInfo("speed")
- if Cpu < 500 then
- speed = "slow"
- else
- speed = "fast"
- end if
- member("title").text = "Covenant Communications Presents"
- end
-